Hello everyone,
I’m facing an issue with the following Stata command:
The tables look fine when I view them in Stata, but when I generate the Word document using asdoc, the table isn't formatted correctly. Specifically, all the cells in the first few rows containing "company_switches_ratio" and "company_switches_avarage_y" are misaligned.
I’m wondering if the long variable names might cause this issue. I’ve never had problems with asdoc before, but it seems like xtsum might not be fully compatible with it. Has anyone else encountered a similar problem? If so, how did you solve it?
I’d really appreciate any insights. Thanks in advance!
I’m facing an issue with the following Stata command:
Code:
asdoc by Parent_C, sort: xtsum company_switches_ratio company_switches_avarage_y if MYsampleAGE == 1 & too_old_2005 != 1, dec(2) fhc(\b)
I’m wondering if the long variable names might cause this issue. I’ve never had problems with asdoc before, but it seems like xtsum might not be fully compatible with it. Has anyone else encountered a similar problem? If so, how did you solve it?
I’d really appreciate any insights. Thanks in advance!
Comment